ocr: What When Why CPL.CPL INIT Called immediately ofter the CPL The CPIApplef function should perform initialization pro- containing the applet is loaded. cedures, e.g. memory allocation if necessary. If it can't complete the initialization, it should return zero, directing the controlling application to terminate communication, and release the CPL. If it con complete the initialization, it should return any non-zero value. CPL.CPL GETCOUNT Called after the CPL INIT function The CPIApplet function should return the number of dia- call returns any non-zero value. log boxes it implements. CPL.CPL IN ...